const runtime._Pgcstop
9 uses
runtime (current package)
proc.go#L1368: gp.m.p.ptr().status = _Pgcstop // Pgcstop is only diagnostic.
proc.go#L1373: if s == _Psyscall && atomic.Cas(&pp.status, s, _Pgcstop) {
proc.go#L1389: pp.status = _Pgcstop
proc.go#L1413: if pp.status != _Pgcstop {
proc.go#L2687: pp.status = _Pgcstop
proc.go#L2829: pp.status = _Pgcstop
proc.go#L4081: if sched.stopwait > 0 && atomic.Cas(&pp.status, _Psyscall, _Pgcstop) {
proc.go#L5054: pp.status = _Pgcstop
runtime2.go#L149: _Pgcstop
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |